home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / python2.6 / wsgiref / __init__.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  727 b   |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. '''wsgiref -- a WSGI (PEP 333) Reference Library
  5.  
  6. Current Contents:
  7.  
  8. * util -- Miscellaneous useful functions and wrappers
  9.  
  10. * headers -- Manage response headers
  11.  
  12. * handlers -- base classes for server/gateway implementations
  13.  
  14. * simple_server -- a simple BaseHTTPServer that supports WSGI
  15.  
  16. * validate -- validation wrapper that sits between an app and a server
  17.   to detect errors in either
  18.  
  19. To-Do:
  20.  
  21. * cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard)
  22.  
  23. * cgi_wrapper -- Run CGI apps under WSGI
  24.  
  25. * router -- a simple middleware component that handles URL traversal
  26. '''
  27.